123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "array-flatten@^2.1.0",
- "/home/seleznev/project Angular/Quality system/node_modules/bonjour"
- ]
- ],
- "_from": "array-flatten@>=2.1.0 <3.0.0",
- "_id": "array-flatten@2.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/array-flatten",
- "_nodeVersion": "7.3.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/array-flatten-2.1.1.tgz_1484356178679_0.14589731954038143"
- },
- "_npmUser": {
- "email": "hello@blakeembrey.com",
- "name": "blakeembrey"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "name": "array-flatten",
- "raw": "array-flatten@^2.1.0",
- "rawSpec": "^2.1.0",
- "scope": null,
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/bonjour"
- ],
- "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.1.tgz",
- "_shasum": "426bb9da84090c1838d812c8150af20a8331e296",
- "_shrinkwrap": null,
- "_spec": "array-flatten@^2.1.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/bonjour",
- "author": {
- "email": "hello@blakeembrey.com",
- "name": "Blake Embrey",
- "url": "http://blakeembrey.me"
- },
- "bugs": {
- "url": "https://github.com/blakeembrey/array-flatten/issues"
- },
- "dependencies": {},
- "description": "Flatten nested arrays",
- "devDependencies": {
- "benchmarked": "^0.2.5",
- "istanbul": "^0.4.0",
- "mocha": "^3.1.2",
- "standard": "^8.5.0"
- },
- "directories": {},
- "dist": {
- "shasum": "426bb9da84090c1838d812c8150af20a8331e296",
- "tarball": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.1.tgz"
- },
- "files": [
- "LICENSE",
- "array-flatten.d.ts",
- "array-flatten.js"
- ],
- "gitHead": "b5619025bfb5d624fc2106ec81f9fdecf5419e04",
- "homepage": "https://github.com/blakeembrey/array-flatten",
- "keywords": [
- "arguments",
- "array",
- "depth",
- "fast",
- "flatten",
- "for"
- ],
- "license": "MIT",
- "main": "array-flatten.js",
- "maintainers": [
- {
- "name": "blakeembrey",
- "email": "hello@blakeembrey.com"
- }
- ],
- "name": "array-flatten",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/blakeembrey/array-flatten.git"
- },
- "scripts": {
- "benchmark": "node benchmark",
- "lint": "standard",
- "test": "npm run lint && npm run test-cov",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
- "test-spec": "mocha -R spec --bail"
- },
- "typings": "array-flatten.d.ts",
- "version": "2.1.1"
- }
|