1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_from": "array-ify@^1.0.0",
- "_id": "array-ify@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
- "_location": "/array-ify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "array-ify@^1.0.0",
- "name": "array-ify",
- "escapedName": "array-ify",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/compare-func"
- ],
- "_resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
- "_shasum": "9e528762b4a9066ad163a6962a364418e9626ece",
- "_spec": "array-ify@^1.0.0",
- "_where": "C:\\Users\\Arvin\\MyApp\\node_modules\\compare-func",
- "author": {
- "name": "Steve Mao",
- "email": "maochenyan@gmail.com",
- "url": "https://github.com/stevemao"
- },
- "bugs": {
- "url": "https://github.com/stevemao/array-ify/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Turn anything into an array",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.8",
- "jscs": "^1.11.3",
- "jshint": "^2.6.3",
- "mocha": "*"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/stevemao/array-ify",
- "keywords": [
- "array-ify",
- "array",
- "arr",
- "arrify",
- "arrayify",
- "convert",
- "value"
- ],
- "license": "MIT",
- "name": "array-ify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/stevemao/array-ify.git"
- },
- "scripts": {
- "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
- "lint": "jshint *.js --exclude node_modules && jscs *.js",
- "test": "npm run-script lint && mocha"
- },
- "version": "1.0.0"
- }
|