asdf-games/node_modules/from2-string/package.json

69 lines
1.7 KiB
JSON

{
"_from": "from2-string@^1.1.0",
"_id": "from2-string@1.1.0",
"_inBundle": false,
"_integrity": "sha1-GCgrJ9CKJnyzAwzSuLSw8hKvdSo=",
"_location": "/from2-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "from2-string@^1.1.0",
"name": "from2-string",
"escapedName": "from2-string",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/simple-html-index"
],
"_resolved": "https://registry.npmjs.org/from2-string/-/from2-string-1.1.0.tgz",
"_shasum": "18282b27d08a267cb3030cd2b8b4b0f212af752a",
"_spec": "from2-string@^1.1.0",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\simple-html-index",
"bugs": {
"url": "https://github.com/yoshuawuyts/from2-string/issues"
},
"bundleDependencies": false,
"dependencies": {
"from2": "^2.0.3"
},
"deprecated": false,
"description": "Create a stream from a string. Sugary wrapper around from2",
"devDependencies": {
"concat-stream": "^1.4.8",
"covert": "^1.0.1",
"standard": "^4.5.2",
"tape": "^4.0.0"
},
"files": [
"LICENSE",
"index.js",
"README.md"
],
"homepage": "https://github.com/yoshuawuyts/from2-string#readme",
"keywords": [
"stream",
"string",
"from",
"source",
"from2",
"stream2",
"streams2"
],
"license": "MIT",
"main": "index.js",
"name": "from2-string",
"repository": {
"type": "git",
"url": "git+https://github.com/yoshuawuyts/from2-string.git"
},
"scripts": {
"test": "standard && NODE_ENV=test node test",
"test-cov": "standard && NODE_ENV=test covert test",
"test-cov-ci": "NODE_ENV=test covert -q --json test 2>&1"
},
"version": "1.1.0"
}