123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "domutils@1.5.1",
- "/home/seleznev/project Angular/Quality system/node_modules/css-select"
- ]
- ],
- "_from": "domutils@1.5.1",
- "_id": "domutils@1.5.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/domutils",
- "_nodeVersion": "1.0.4",
- "_npmUser": {
- "email": "me@feedic.com",
- "name": "feedic"
- },
- "_npmVersion": "2.3.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "domutils",
- "raw": "domutils@1.5.1",
- "rawSpec": "1.5.1",
- "scope": null,
- "spec": "1.5.1",
- "type": "version"
- },
- "_requiredBy": [
- "/css-select"
- ],
- "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
- "_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
- "_shrinkwrap": null,
- "_spec": "domutils@1.5.1",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/css-select",
- "author": {
- "email": "me@feedic.com",
- "name": "Felix Boehm"
- },
- "bugs": {
- "url": "https://github.com/FB55/domutils/issues"
- },
- "dependencies": {
- "dom-serializer": "0",
- "domelementtype": "1"
- },
- "description": "utilities for working with htmlparser2's dom",
- "devDependencies": {
- "domhandler": "2",
- "htmlparser2": "~3.3.0",
- "jshint": "~2.3.0",
- "mocha": "~1.15.1"
- },
- "directories": {
- "test": "tests"
- },
- "dist": {
- "shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
- "tarball": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
- },
- "gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",
- "homepage": "https://github.com/FB55/domutils",
- "jshintConfig": {
- "eqeqeq": true,
- "eqnull": true,
- "globals": {
- "beforeEach": true,
- "describe": true,
- "it": true
- },
- "node": true,
- "proto": true,
- "quotmark": "double",
- "trailing": true,
- "undef": true,
- "unused": true
- },
- "keywords": [
- "dom",
- "htmlparser2"
- ],
- "main": "index.js",
- "maintainers": [
- {
- "name": "feedic",
- "email": "me@feedic.com"
- }
- ],
- "name": "domutils",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/FB55/domutils.git"
- },
- "scripts": {
- "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
- },
- "version": "1.5.1"
- }
|