forked from enviPath/enviPy
Current Dev State
This commit is contained in:
91
static/js/ketcher2/node_modules/doctrine/package.json
generated
vendored
Normal file
91
static/js/ketcher2/node_modules/doctrine/package.json
generated
vendored
Normal file
@ -0,0 +1,91 @@
|
||||
{
|
||||
"_from": "doctrine@^2.0.0",
|
||||
"_id": "doctrine@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-xz2NKQnSIpHhoAejlYBNqLZl/mM=",
|
||||
"_location": "/doctrine",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "doctrine@^2.0.0",
|
||||
"name": "doctrine",
|
||||
"escapedName": "doctrine",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.0.tgz",
|
||||
"_shasum": "c73d8d2909d22291e1a007a395804da8b665fe63",
|
||||
"_spec": "doctrine@^2.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/eslint",
|
||||
"bugs": {
|
||||
"url": "https://github.com/eslint/doctrine/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"esutils": "^2.0.2",
|
||||
"isarray": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "JSDoc parser",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"dateformat": "^1.0.11",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-release": "^0.10.0",
|
||||
"istanbul": "^0.4.1",
|
||||
"linefix": "^0.1.1",
|
||||
"mocha": "^2.3.3",
|
||||
"npm-license": "^0.3.1",
|
||||
"semver": "^5.0.3",
|
||||
"shelljs": "^0.5.3",
|
||||
"shelljs-nodecli": "^0.1.1",
|
||||
"should": "^5.0.1"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"LICENSE.BSD",
|
||||
"LICENSE.closure-compiler",
|
||||
"LICENSE.esprima",
|
||||
"README.md"
|
||||
],
|
||||
"homepage": "https://github.com/eslint/doctrine",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/doctrine.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Nicholas C. Zakas",
|
||||
"email": "nicholas+npm@nczconsulting.com",
|
||||
"url": "https://www.nczonline.net"
|
||||
},
|
||||
{
|
||||
"name": "Yusuke Suzuki",
|
||||
"email": "utatane.tea@gmail.com",
|
||||
"url": "https://github.com/Constellation"
|
||||
}
|
||||
],
|
||||
"name": "doctrine",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/eslint/doctrine.git"
|
||||
},
|
||||
"scripts": {
|
||||
"alpharelease": "eslint-prerelease alpha",
|
||||
"betarelease": "eslint-prerelease beta",
|
||||
"ci-release": "eslint-ci-release",
|
||||
"lint": "eslint lib/",
|
||||
"release": "eslint-release",
|
||||
"test": "npm run lint && node Makefile.js test"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user