Files
enviPy-bayer/static/js/ketcher2/node_modules/natives/package.json
2025-06-23 20:13:54 +02:00

55 lines
1.4 KiB
JSON

{
"_from": "natives@^1.1.0",
"_id": "natives@1.1.0",
"_inBundle": false,
"_integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
"_location": "/natives",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "natives@^1.1.0",
"name": "natives",
"escapedName": "natives",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/vinyl-fs/graceful-fs"
],
"_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
"_shasum": "e9ff841418a6b2ec7a495e939984f78f163e6e31",
"_spec": "natives@^1.1.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/vinyl-fs/node_modules/graceful-fs",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/natives/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Do stuff with Node.js's native JavaScript modules",
"devDependencies": {
"tap": "^7.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/isaacs/natives#readme",
"license": "ISC",
"main": "index.js",
"name": "natives",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/natives.git"
},
"scripts": {
"test": "tap test/*.js --100"
},
"version": "1.1.0"
}