12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "nwsapi@2.1.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "nwsapi@2.1.3",
- "_id": "nwsapi@2.1.3",
- "_inBundle": false,
- "_integrity": "sha1-JfOlzsJsZU9zdt9mWc34S5nflVg=",
- "_location": "/nwsapi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "nwsapi@2.1.3",
- "name": "nwsapi",
- "escapedName": "nwsapi",
- "rawSpec": "2.1.3",
- "saveSpec": null,
- "fetchSpec": "2.1.3"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npm.taobao.org/nwsapi/download/nwsapi-2.1.3.tgz",
- "_spec": "2.1.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Diego Perini",
- "email": "diego.perini@gmail.com",
- "url": "http://www.iport.it/"
- },
- "bugs": {
- "url": "http://github.com/dperini/nwsapi/issues"
- },
- "description": "Fast CSS Selectors API Engine",
- "homepage": "http://javascript.nwbox.com/nwsapi/",
- "keywords": [
- "css",
- "css3",
- "css4",
- "matcher",
- "selector"
- ],
- "license": "MIT",
- "licenses": [
- {
- "type": "MIT",
- "url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
- }
- ],
- "main": "./src/nwsapi",
- "maintainers": [
- {
- "name": "Diego Perini",
- "email": "diego.perini@gmail.com",
- "url": "http://www.iport.it/"
- }
- ],
- "name": "nwsapi",
- "repository": {
- "type": "git",
- "url": "git://github.com/dperini/nwsapi.git"
- },
- "scripts": {
- "lint": "eslint ./src/nwsapi.js"
- },
- "version": "2.1.3"
- }
|