forked from enviPath/enviPy
Current Dev State
This commit is contained in:
78
static/js/ketcher2/node_modules/parent-module/package.json
generated
vendored
Normal file
78
static/js/ketcher2/node_modules/parent-module/package.json
generated
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"_from": "parent-module@^0.1.0",
|
||||
"_id": "parent-module@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-tSkoY6HoxHbs+Ffn11yYkgskuKY=",
|
||||
"_location": "/parent-module",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "parent-module@^0.1.0",
|
||||
"name": "parent-module",
|
||||
"escapedName": "parent-module",
|
||||
"rawSpec": "^0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/require-glob"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/parent-module/-/parent-module-0.1.0.tgz",
|
||||
"_shasum": "b5292863a1e8c476ecf857e7d75c98920b24b8a6",
|
||||
"_spec": "parent-module@^0.1.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/require-glob",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/parent-module/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"callsites": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Get the path of the parent module",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"execa": "^0.2.2",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/parent-module#readme",
|
||||
"keywords": [
|
||||
"parent",
|
||||
"module",
|
||||
"package",
|
||||
"pkg",
|
||||
"caller",
|
||||
"calling",
|
||||
"module",
|
||||
"path",
|
||||
"callsites",
|
||||
"callsite",
|
||||
"stacktrace",
|
||||
"stack",
|
||||
"trace",
|
||||
"function",
|
||||
"file"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "parent-module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/parent-module.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user