72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"_from": "rev-path@^2.0.0",
|
|
"_id": "rev-path@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-G5R2L9gYu9kEuqPfIFgO9gO+OhBWOAT83HyauOQmGHO6y9Fsa4acv+XsmNhNDrod0HDh1/VxJRmsffThzeHJlQ==",
|
|
"_location": "/rev-path",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rev-path@^2.0.0",
|
|
"name": "rev-path",
|
|
"escapedName": "rev-path",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-rev"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rev-path/-/rev-path-2.0.0.tgz",
|
|
"_shasum": "10c978e824d76ce7dd1f7e66e88f50f5e71a0a6a",
|
|
"_spec": "rev-path@^2.0.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/gulp-rev",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/rev-path/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"modify-filename": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Create a revved file path",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/rev-path#readme",
|
|
"keywords": [
|
|
"rev",
|
|
"revving",
|
|
"web",
|
|
"file",
|
|
"name",
|
|
"filename",
|
|
"path",
|
|
"cache",
|
|
"caching"
|
|
],
|
|
"license": "MIT",
|
|
"name": "rev-path",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/rev-path.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|