78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"resolve@1.4.0",
|
||
|
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "resolve@1.4.0",
|
||
|
"_id": "resolve@1.4.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-aW7sVKPufyHqOmyyLzg/J+8606v5nevBgaliIlV7nUpVMsDnoBGV/cbSLNjZAg9q0Cfd/+easKVKQ8vOu8fn1Q==",
|
||
|
"_location": "/resolve",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "resolve@1.4.0",
|
||
|
"name": "resolve",
|
||
|
"escapedName": "resolve",
|
||
|
"rawSpec": "1.4.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.4.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp/liftoff",
|
||
|
"/gulp/matchdep",
|
||
|
"/liftoff",
|
||
|
"/matchdep",
|
||
|
"/rechoir"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.4.0.tgz",
|
||
|
"_spec": "1.4.0",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/substack/node-resolve/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"path-parse": "^1.0.5"
|
||
|
},
|
||
|
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
||
|
"devDependencies": {
|
||
|
"@ljharb/eslint-config": "^12.2.0",
|
||
|
"eslint": "^4.3.0",
|
||
|
"object-keys": "^1.0.11",
|
||
|
"safe-publish-latest": "^1.1.1",
|
||
|
"tap": "0.4.13",
|
||
|
"tape": "^4.7.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/substack/node-resolve#readme",
|
||
|
"keywords": [
|
||
|
"resolve",
|
||
|
"require",
|
||
|
"node",
|
||
|
"module"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "resolve",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/substack/node-resolve.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"prepublish": "safe-publish-latest",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "npm run --silent tests-only",
|
||
|
"tests-only": "tape test/*.js"
|
||
|
},
|
||
|
"version": "1.4.0"
|
||
|
}
|