You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"_from": "iota-array@^1.0.0",
|
|
"_id": "iota-array@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ge9X/l0FgUzVjCSDYyqZwwoOgIc=",
|
|
"_location": "/iota-array",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "iota-array@^1.0.0",
|
|
"name": "iota-array",
|
|
"escapedName": "iota-array",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ndarray"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/iota-array/-/iota-array-1.0.0.tgz",
|
|
"_shasum": "81ef57fe5d05814cd58c2483632a99c30a0e8087",
|
|
"_spec": "iota-array@^1.0.0",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/ndarray",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikolalysenko/iota-array/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Generates an array of consecutive integers starting at 0",
|
|
"devDependencies": {
|
|
"tape": "^2.12.3"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"gitHead": "cce24a4f0e1a6a8d60faa4f597c600de13d46145",
|
|
"homepage": "https://github.com/mikolalysenko/iota-array#readme",
|
|
"keywords": [
|
|
"iota",
|
|
"array",
|
|
"sequence",
|
|
"integer",
|
|
"range",
|
|
"apl",
|
|
"c++"
|
|
],
|
|
"license": "MIT",
|
|
"main": "iota.js",
|
|
"name": "iota-array",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mikolalysenko/iota-array.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|