bigint-crypto-utils/node_modules/temp-path/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

{
"_from": "temp-path@^1.0.0",
"_id": "temp-path@1.0.0",
"_inBundle": false,
"_integrity": "sha1-JLFUOXOrRCiW2a02fdnL2/r+kYs=",
"_location": "/temp-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "temp-path@^1.0.0",
"name": "temp-path",
"escapedName": "temp-path",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/jsdoc-api"
],
"_resolved": "https://registry.npmjs.org/temp-path/-/temp-path-1.0.0.tgz",
"_shasum": "24b1543973ab442896d9ad367dd9cbdbfafe918b",
"_spec": "temp-path@^1.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-api",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/fs-utils/temp-path/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Create a temporary filename or path",
"devDependencies": {
"istanbul": "0",
"mocha": "2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/fs-utils/temp-path#readme",
"keywords": [
"temporary",
"path",
"filename"
],
"license": "MIT",
"name": "temp-path",
"repository": {
"type": "git",
"url": "git+https://github.com/fs-utils/temp-path.git"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"version": "1.0.0"
}