74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"esm@3.2.25",
|
|
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
|
|
]
|
|
],
|
|
"_from": "esm@3.2.25",
|
|
"_id": "esm@3.2.25",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
|
|
"_location": "/esm",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "esm@3.2.25",
|
|
"name": "esm",
|
|
"escapedName": "esm",
|
|
"rawSpec": "3.2.25",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.25"
|
|
},
|
|
"_requiredBy": [
|
|
"/knex"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
|
|
"_spec": "3.2.25",
|
|
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
|
|
"author": {
|
|
"name": "John-David Dalton",
|
|
"email": "john.david.dalton@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/standard-things/esm/issues"
|
|
},
|
|
"description": "Tomorrow's ECMAScript modules today!",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"esm.js",
|
|
"esm/loader.js"
|
|
],
|
|
"homepage": "https://github.com/standard-things/esm#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"precommit": "npm run lint"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"commonjs",
|
|
"ecmascript",
|
|
"export",
|
|
"import",
|
|
"modules",
|
|
"node",
|
|
"require"
|
|
],
|
|
"license": "MIT",
|
|
"main": "esm.js",
|
|
"name": "esm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/standard-things/esm.git"
|
|
},
|
|
"runkitExample": "require = require(\"esm\")(module)\nrequire(\"lodash-es\")",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"version": "3.2.25"
|
|
}
|