find-node-modules
Version:
Return an array of all parent node_modules directories
90 lines (89 loc) • 2.05 kB
JSON
{
"_args": [
[
"into-stream@5.1.1",
"/Users/callumacrae/Sites/find-node-modules/cz-cli"
]
],
"_development": true,
"_from": "into-stream@5.1.1",
"_id": "into-stream@5.1.1",
"_inBundle": false,
"_integrity": "sha512-krrAJ7McQxGGmvaYbB7Q1mcA+cRwg9Ij2RfWIeVesNBgVDZmzY/Fa4IpZUT3bmdRzMzdf/mzltCG2Dq99IZGBA==",
"_location": "/into-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "into-stream@5.1.1",
"name": "into-stream",
"escapedName": "into-stream",
"rawSpec": "5.1.1",
"saveSpec": null,
"fetchSpec": "5.1.1"
},
"_requiredBy": [
"/@semantic-release/release-notes-generator"
],
"_resolved": "https://registry.npmjs.org/into-stream/-/into-stream-5.1.1.tgz",
"_spec": "5.1.1",
"_where": "/Users/callumacrae/Sites/find-node-modules/cz-cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/into-stream/issues"
},
"dependencies": {
"from2": "^2.3.0",
"p-is-promise": "^3.0.0"
},
"description": "Convert a string/promise/array/iterable/buffer/typedarray/arraybuffer/object into a stream",
"devDependencies": {
"ava": "^2.4.0",
"get-stream": "^5.0.0",
"p-event": "^4.1.0",
"tsd": "^0.9.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/into-stream#readme",
"keywords": [
"stream",
"buffer",
"string",
"object",
"array",
"iterable",
"promise",
"promises",
"from",
"into",
"to",
"transform",
"convert",
"readable",
"pull",
"gulpfriendly",
"value",
"str"
],
"license": "MIT",
"name": "into-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/into-stream.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "5.1.1"
}