forked from enviPath/enviPy
Current Dev State
This commit is contained in:
96
static/js/ketcher2/node_modules/nan/package.json
generated
vendored
Normal file
96
static/js/ketcher2/node_modules/nan/package.json
generated
vendored
Normal file
@ -0,0 +1,96 @@
|
||||
{
|
||||
"_from": "nan@^2.3.0",
|
||||
"_id": "nan@2.7.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-2Vv3IeyHfgjbJ27T/G63j5CDrUY=",
|
||||
"_location": "/nan",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "nan@^2.3.0",
|
||||
"name": "nan",
|
||||
"escapedName": "nan",
|
||||
"rawSpec": "^2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ttf2woff2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nan/-/nan-2.7.0.tgz",
|
||||
"_shasum": "d95bf721ec877e08db276ed3fc6eb78f9083ad46",
|
||||
"_spec": "nan@^2.3.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/fsevents",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodejs/nan/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Rod Vagg",
|
||||
"email": "r@va.gg",
|
||||
"url": "https://github.com/rvagg"
|
||||
},
|
||||
{
|
||||
"name": "Benjamin Byholm",
|
||||
"email": "bbyholm@abo.fi",
|
||||
"url": "https://github.com/kkoopa/"
|
||||
},
|
||||
{
|
||||
"name": "Trevor Norris",
|
||||
"email": "trev.norris@gmail.com",
|
||||
"url": "https://github.com/trevnorris"
|
||||
},
|
||||
{
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net",
|
||||
"url": "https://github.com/TooTallNate"
|
||||
},
|
||||
{
|
||||
"name": "Brett Lawson",
|
||||
"email": "brett19@gmail.com",
|
||||
"url": "https://github.com/brett19"
|
||||
},
|
||||
{
|
||||
"name": "Ben Noordhuis",
|
||||
"email": "info@bnoordhuis.nl",
|
||||
"url": "https://github.com/bnoordhuis"
|
||||
},
|
||||
{
|
||||
"name": "David Siegel",
|
||||
"email": "david@artcom.de",
|
||||
"url": "https://github.com/agnat"
|
||||
},
|
||||
{
|
||||
"name": "Michael Ira Krufky",
|
||||
"email": "mkrufky@gmail.com",
|
||||
"url": "https://github.com/mkrufky"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 8 compatibility",
|
||||
"devDependencies": {
|
||||
"bindings": "~1.2.1",
|
||||
"commander": "^2.8.1",
|
||||
"glob": "^5.0.14",
|
||||
"node-gyp": "~3.0.1",
|
||||
"readable-stream": "^2.1.4",
|
||||
"tap": "~0.7.1",
|
||||
"xtend": "~4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/nodejs/nan#readme",
|
||||
"license": "MIT",
|
||||
"main": "include_dirs.js",
|
||||
"name": "nan",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodejs/nan.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "doc/.build.sh",
|
||||
"rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
|
||||
"test": "tap --gc --stderr test/js/*-test.js"
|
||||
},
|
||||
"version": "2.7.0"
|
||||
}
|
||||
Reference in New Issue
Block a user