You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.8 KiB
JSON
103 lines
2.8 KiB
JSON
{
|
|
"_from": "package-hash@^1.1.0",
|
|
"_id": "package-hash@1.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AD5WzVe3NqbtYRTMK4FUJnJ3DkQ=",
|
|
"_location": "/package-hash",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "package-hash@^1.1.0",
|
|
"name": "package-hash",
|
|
"escapedName": "package-hash",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/package-hash/-/package-hash-1.2.0.tgz",
|
|
"_shasum": "003e56cd57b736a6ed6114cc2b81542672770e44",
|
|
"_spec": "package-hash@^1.1.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"author": {
|
|
"name": "Mark Wubben",
|
|
"url": "https://novemberborn.net/"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"transform-object-assign",
|
|
"transform-es2015-block-scoping",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-es2015-shorthand-properties",
|
|
"transform-strict-mode"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/novemberborn/package-hash/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"md5-hex": "^1.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generates a hash for an installed npm package, useful for salting caches",
|
|
"devDependencies": {
|
|
"@novemberborn/as-i-preach": "^2.0.1",
|
|
"ava": "^0.14.0",
|
|
"babel-cli": "^6.7.5",
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.7.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
|
|
"babel-plugin-transform-object-assign": "^6.5.0",
|
|
"babel-plugin-transform-strict-mode": "^6.6.5",
|
|
"nyc": "^6.4.0",
|
|
"proxyquire": "^1.7.4",
|
|
"rimraf": "^2.5.2",
|
|
"tar": "^2.2.1"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.js.map"
|
|
],
|
|
"homepage": "https://github.com/novemberborn/package-hash#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "package-hash",
|
|
"nyc": {
|
|
"cache": true,
|
|
"exclude": [
|
|
"scripts",
|
|
"test"
|
|
],
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/novemberborn/package-hash.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir ./ --source-maps",
|
|
"clean": "rimraf index.js index.js.map",
|
|
"coverage": "nyc npm test",
|
|
"generate-fixture-index": "node scripts/generate-fixture-index.js",
|
|
"lint": "as-i-preach",
|
|
"posttest": "npm run lint",
|
|
"prebuild": "npm run clean",
|
|
"pregenerate-fixture-index": "npm run unpack-fixtures",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run unpack-fixtures",
|
|
"test": "ava",
|
|
"unpack-fixtures": "node scripts/unpack-fixtures.js",
|
|
"watch:build": "npm run build -- --watch",
|
|
"watch:test": "npm run test -- --watch"
|
|
},
|
|
"version": "1.2.0"
|
|
}
|