blob: 023c7df77ed824ec7ed4e1ce03ec11a50291e322 [file] [log] [blame]
{
"_args": [
[
"null-check@1.0.0",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "null-check@1.0.0",
"_id": "null-check@1.0.0",
"_inBundle": false,
"_integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=",
"_location": "/null-check",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "null-check@1.0.0",
"name": "null-check",
"escapedName": "null-check",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/fs-access"
],
"_resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/null-check/issues"
},
"description": "Ensure a path doesn't contain null bytes",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/null-check#readme",
"keywords": [
"built-in",
"core",
"ponyfill",
"polyfill",
"shim",
"fs",
"path",
"null",
"bytes",
"check"
],
"license": "MIT",
"name": "null-check",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/null-check.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}