12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "array-ify@1.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "array-ify@1.0.0",
- "_id": "array-ify@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
- "_location": "/array-ify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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",
- "_spec": "1.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Steve Mao",
- "email": "maochenyan@gmail.com",
- "url": "https://github.com/stevemao"
- },
- "bugs": {
- "url": "https://github.com/stevemao/array-ify/issues"
- },
- "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"
- }
|